Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tacco #15

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open

Add tacco #15

wants to merge 6 commits into from

Conversation

LeonHafner
Copy link

Setting up this PR draft to add tacco to the pipeline

not finished yet

@LeonHafner
Copy link
Author

The module currently only supports native engine, docker needs to be added.

@Kraftfahrzeughaftpflichtversicherung
Copy link
Contributor

The test is failing because there are no installed packages, for example openproblems

you can solve it with adding in config the docker engines

for example:
engines:

  • type: docker
    image: openproblems/base_python:1.0.0
    merge:
    • /src/base/setup_txsim_partial.yaml
      setup:
    • type: python
      pypi: [planktonspace]

you can find it here: https://github.com/openproblems-bio/task_ist_preprocessing/blob/main/src/methods_cell_type_annotation/ssam/config.vsh.yaml#L24C1-L31C30

and the other examples in other methods like here: https://github.com/openproblems-bio/task_ist_preprocessing/blob/main/src/methods_segmentation/cellpose/config.vsh.yaml

important thing here is
setup:
- type: python
pypi: spatialdata

the packages that you need to install: https://viash.io/versioned/0_7_5/reference/config/platforms/docker/setup/pythonRequirements.html

I know that you cannot build the component with docker in VM, but this can help you to pass the tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants